projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e7748b
)
docs: Mention GtkLayout's removal in the migration guide
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 2 Apr 2019 15:00:05 +0000
(16:00 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 2 Apr 2019 15:00:05 +0000
(16:00 +0100)
docs/reference/gtk/migrating-3to4.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.xml
b/docs/reference/gtk/migrating-3to4.xml
index 60afd4d7c2c8c08c996abfec8c12b335cffc1bed..8a6d09c5d3617c5683c467db5648c0626d76ac9b 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.xml
+++ b/
docs/reference/gtk/migrating-3to4.xml
@@
-665,6
+665,16
@@
pass-through == !can-pick.
</para>
</section>
+
+ <section>
+ <title>Use GtkFixed instead of GtkLayout</title>
+ <para>
+ Since GtkScrolledWindow can deal with widgets that do not implement
+ the GtkScrollable interface by automatically wrapping them into a
+ GtkViewport, GtkLayout is redundant, and has been removed in favor
+ of the existing GtkFixed containter widget.
+ </para>
+ </section>
</section>
</chapter>